home *** CD-ROM | disk | FTP | other *** search
/ Red Eye Press Kit / Red Eye Press Kit.iso / pc / main.dxr / SCRIPTS_95_flashXchange.ls < prev    next >
Encoding:
Text File  |  2005-07-18  |  793 b   |  37 lines

  1. global JUMPER
  2.  
  3. on flashXchange me, flashXchange
  4.   case flashXchange of
  5.     "TRUE":
  6.       cursor(280)
  7.     "FALSE":
  8.       cursor(0)
  9.   end case
  10.   case flashXchange of
  11.     "PHOTOS":
  12.       JUMPER = "PHOTOS1"
  13.       go(the frame + 1)
  14.     "SLIDESHOW":
  15.       JUMPER = flashXchange
  16.       go(the frame + 1)
  17.     "KEYART":
  18.       JUMPER = flashXchange
  19.       go(the frame + 1)
  20.     "TRAILER":
  21.       JUMPER = flashXchange
  22.       go(the frame + 1)
  23.     "DOWNLOAD":
  24.       JUMPER = flashXchange
  25.       go(the frame + 1)
  26.     "WEBLINK":
  27.       goURL = "http://www.theisland-themovie.com/youhavebeenchosen.html"
  28.       gotoNetPage(goURL, "BLANK")
  29.     "BONUS":
  30.       goURL = "http://dreamworkspresskits.com/"
  31.       gotoNetPage(goURL, "BLANK")
  32.     "EXIT":
  33.       JUMPER = flashXchange
  34.       go(the frame + 1)
  35.   end case
  36. end
  37.